projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f83b6
)
* lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 16 Nov 2015 03:32:31 +0000
(
04:32
+0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 16 Nov 2015 03:32:31 +0000
(
04:32
+0100)
lisp/progmodes/verilog-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/verilog-mode.el
b/lisp/progmodes/verilog-mode.el
index fa93633db127f8aaede7544afe813411a0d0db44..3081060f46aa96752fd495a92961a5d333323c1e 100644
(file)
--- a/
lisp/progmodes/verilog-mode.el
+++ b/
lisp/progmodes/verilog-mode.el
@@
-3237,7
+3237,7
@@
user-visible changes to the buffer must not be within a
`(let ((inhibit-point-motion-hooks t)
(verilog-no-change-functions t))
,(if (fboundp 'with-silent-modifications)
- (with-silent-modifications ,@body)
+
`
(with-silent-modifications ,@body)
;; From c-save-buffer-state
`(let* ((modified (buffer-modified-p))
(buffer-undo-list t)